Go to the documentation of this file.
8 #ifndef INTERPOLATOR_H_
9 #define INTERPOLATOR_H_
34 interpolate(
const std::string& variable,
const float& c0,
const float& c1,
const float& c2) = 0;
35 virtual float interpolate(
const std::string& variable,
const float& c0,
const float& c1,
const float& c2,
36 float& dc0,
float& dc1,
float& dc2) = 0;
37 virtual float interpolate(
const long& variable_id,
const float & c0,
const float& c1,
const float& c2) = 0;
38 virtual float interpolate(
const long& variable_id,
const float& c0,
const float& c1,
const float& c2,
float& dc0,
39 float& dc1,
float& dc2) = 0;